From 7e0795a49372eb27a5d5f7ddf5d7ca8c7daeee94 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 22:34:54 +0000 Subject: [PATCH] (command-line-1): Pass arg to other-window. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index fa38680d415..49a423f8a7a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -403,7 +403,7 @@ Type \\[describe-distribution] for information on getting the latest version.")) ;; show user what they all are. (if (> file-count 2) (or (get-buffer-window first-file-buffer) - (progn (other-window) + (progn (other-window 1) (buffer-menu))))))) ;;; startup.el ends here -- 2.30.2